func runtime.setsig
12 uses
runtime (current package)
os_linux.go#L489: func setsig(i uint32, fn uintptr) {
signal_unix.go#L148: setsig(i, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L206: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L235: setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
signal_unix.go#L256: setsig(sig, _SIG_IGN)
signal_unix.go#L270: setsig(i, _SIG_DFL)
signal_unix.go#L301: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L320: setsig(_SIGPROF, h)
signal_unix.go#L915: setsig(sig, _SIG_DFL)
signal_unix.go#L951: setsig(sig, handler)
signal_unix.go#L980: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L1107: setsig(sig, _SIG_DFL)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |